projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5540266
)
*** empty log message ***
author
Kim F. Storm
<storm@cua.dk>
Sun, 25 Mar 2007 23:45:18 +0000
(23:45 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Sun, 25 Mar 2007 23:45:18 +0000
(23:45 +0000)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 2de8eac47266ab3fb44118df20137f53937ead66..79770d0d7171be7309578d280bdce48bc12f2028 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,10
@@
+2007-03-25 Kim F. Storm <storm@cua.dk>
+
+ * intervals.c (merge_properties): Use explicit loop instead of
+ Fplist_member to avoid QUIT. Don't use Fcdr.
+ (intervals_equal): Likewise. Rewrite loop to perform length check
+ on the fly rather than calling Flength. Don't use Fcar.
+
2007-03-24 Eli Zaretskii <eliz@gnu.org>
* editfns.c (Fgoto_char): Doc fix.